home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-09-05 | 2.7 KB | 131 lines | [TEXT/PJMM] |
- const
- Bounces = 1; {Report where consts}
- Callers = 2;
- Schedular = 3;
- Errors = 4;
- Events = 5;
- LogFail = 6;
- Mail = 7;
- Net = 8;
- Transfers = 9;
-
- vCurTextHand = 1;
- vKeyBuf = 2;
- vNodeAction = 3;
- vCurAnswer = 4;
- vCurCommand = 5;
- vCurParams = 6;
- vNumParams = 7;
- vThisUser = 8;
- vNoReturn = 9;
- vCurPath = 10;
- vCx = 11;
- vCy = 12;
-
- type
- ptr2hand = ^Handle;
- ptr2str = ^str255;
- ptr2bool = ^boolean;
-
- procedure WriteProc (str: string; theRout: ProcPtr);
- inline
- $205f, $4e90;
-
- procedure WritelnProc (str: string; theRout: ProcPtr);
- inline
- $205f, $4e90;
-
- procedure WriteHandProc (hand: Handle; theRout: ProcPtr);
- inline
- $205f, $4e90;
-
- procedure ListResFileProc (name: string; theRout: ProcPtr);
- inline
- $205f, $4e90;
-
- procedure SetNodeActionProc (action: NodeActionType; theRout: ProcPtr);
- inline
- $205f, $4e90;
-
- procedure RestoreNodeActionProc (theRout: ProcPtr);
- inline
- $205f, $4e90;
-
- procedure JumpToProc (x, y: integer; theRout: ProcPtr);
- inline
- $205f, $4e90;
-
- procedure OutProc (str: string; theRout: ProcPtr);
- inline
- $205f, $4e90;
-
- procedure OutPtrProc (buf: ptr; size: longint; theRout: ProcPtr);
- inline
- $205f, $4e90;
-
- procedure ReportProc (where: integer; str: string; theRout: ProcPtr);
- inline
- $205f, $4e90;
-
- function GetVarPtrProc (which: integer; theRout: ProcPtr): ptr;
- inline
- $205f, $4e90;
-
- procedure ListHandProc (hand: handle; theRout: ProcPtr);
- inline
- $205f, $4e90;
-
- function ListTextFileProc (pathname, filename: string; theRout: ProcPtr): OSErr;
- inline
- $205f, $4e90;
-
- procedure LettersPromptProc (prompt, possible: string; len: byte; theRout: ProcPtr);
- inline
- $205f, $4e90;
-
- procedure PasswordPromptProc (prompt, possible: string; len: byte; theRout: ProcPtr);
- inline
- $205f, $4e90;
-
- procedure NumbersPromptProc (prompt, possible: string; max: longint; theRout: ProcPtr);
- inline
- $205f, $4e90;
-
- procedure AutoPromptProc (prompt, possible: string; theRout: ProcPtr);
- inline
- $205f, $4e90;
-
- procedure YesNoPromptProc (prompt: string; yesDefault: boolean; theRout: ProcPtr);
- inline
- $205f, $4e90;
-
- procedure DatePromptProc (prompt: string; theRout: ProcPtr);
- inline
- $205f, $4e90;
-
- procedure PhonePromptProc (prompt: string; theRout: ProcPtr);
- inline
- $205f, $4e90;
-
- procedure ClrScrProc (theRout: ProcPtr);
- inline
- $205f, $4e90;
-
- function ReplacePercentsProc (str: string; replaceProc: procPtr; user: userRecPtr; theRout: ProcPtr): string;
- inline
- $205f, $4e90;
-
- function HasAccessProc (acs: string; theRout: ProcPtr): boolean;
- inline
- $205f, $4e90;
-
- procedure SendFileProc (protocol: char; path, filename: string; theRout: ProcPtr);
- inline
- $205f, $4e90;
-
- procedure ReceiveFileProc (protocol: char; path, filename: string; theRout: ProcPtr);
- inline
- $205f, $4e90;
-
- implementation
- end.